Esx Hosts Software InstalledComponents InstalledComponentInfo

Esx Hosts Software InstalledComponents InstalledComponentInfo
Esx Hosts Software InstalledComponents InstalledComponentInfo

The Esx Hosts Software InstalledComponents InstalledComponentInfo schema contains properties that describe the installed component on the host.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "display_name": "string",
    "version": "string",
    "display_version": "string",
    "platforms": [
        "string"
    ]
}
string
display_name
Required

Display name of the component.

This property was added in vSphere API 7.0.0.0.

string
version
Required

Version of the installed component

This property was added in vSphere API 7.0.0.0.

string
display_version
Required

Human readable version of the component.

This property was added in vSphere API 7.0.0.0.

array of string
platforms
Optional

Platforms the component belongs to. Example: host, vmdpu0, vmdpu1, ...

This property was added in vSphere API 8.0.0.1.

This property is optional because it was added in a newer version than its parent node.